home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ctf30.exe / @0070.ADF next >
Text File  |  1992-11-10  |  5KB  |  147 lines

  1. ;       
  2. ;       (c) Copyright Cabletron Systems Inc. 1992
  3. ;
  4. ;       Cabletron Systems Inc.
  5. ;       P.O. Box 5005
  6. ;       Rochester, NH 03867-5005
  7. ;
  8. ;       F3069 Micro Channel FDDI Adapter
  9. ;       Mon Nov 9, 1992
  10. ;        - 
  11. ;       Version 0.00.02
  12. ;       Norm Smith
  13. ;
  14. AdapterId 0070h
  15. AdapterName "Cabletron Systems Inc. F3069 FDDI Adapter"
  16. NumBytes 4
  17.  
  18. NamedItem
  19.        Prompt  "Chip Select for I/O Base Address"
  20.        choice "Base address: 0300"
  21.               pos[0]=000XXXXXb        io      0300h - 033Fh
  22.        choice "Base address: 1300"
  23.               pos[0]=001XXXXXb        io      1300h - 133Fh
  24.        choice "Base address: 2300"
  25.               pos[0]=010XXXXXb        io      2300h - 233Fh
  26.        choice "Base address: 3300"
  27.               pos[0]=011XXXXXb        io      3300h - 333Fh
  28.        choice "Base address: 4300"
  29.               pos[0]=100XXXXXb        io      4300h - 433Fh
  30.        choice "Base address: 5300"
  31.               pos[0]=101XXXXXb        io      5300h - 533Fh
  32.        choice "Base address: 6300"
  33.               pos[0]=110XXXXXb        io      6300h - 633Fh
  34.        choice "Base address: 7300"
  35.               pos[0]=111XXXXXb        io      7300h - 733Fh
  36.  
  37. Help                         
  38. "This is the base address for the I/O section of
  39. the F3069 FDDI adapter.
  40. Use the F5=Previous and the F6=Next keys to change
  41. this assignment in the 'Change Configuration' window.
  42. Conflicting assignments are marked with an asterisk
  43. and must be changed to use the adapter."
  44.  
  45.  
  46. NamedItem
  47.        Prompt  "Boot ROM Base Address"
  48.        choice "Boot ROM not installed"
  49.               pos[0]=XXX111XXb        
  50.        choice "Base address: 0C8000"
  51.               pos[0]=XXX000XXb        mem     0C8000h - 0CFFFFh
  52.        choice "Base address: 0D0000"
  53.               pos[0]=XXX010XXb        mem     0D0000h - 0D7FFFh
  54.        choice "Base address: 0D8000"
  55.               pos[0]=XXX100XXb        mem     0D8000h - 0DFFFFh
  56.        choice "Base address: 0C0000"
  57.               pos[0]=XXX110XXb        mem     0C0000h - 0C7FFFh
  58.  
  59. Help
  60. "This is the address for the Boot ROM.  If there is
  61. no ROM installed, selecting other than 'Not Installed'
  62. will cause erratic system operation.
  63. Use the F5=Previous and the F6=Next keys to change
  64. this assignment in the 'Change Configuration' window.
  65. Conflicting assignments are marked with an asterisk
  66. and must be changed to use the adapter."
  67.  
  68.  
  69.  
  70. NamedItem
  71.        Prompt "24 or 32 Bit Addressing"
  72.        choice "24 Bit Address" pos[2]=XXXXXXX1b
  73.        choice "32 Bit Address" pos[2]=XXXXXXX0b
  74.  
  75. Help
  76. "When the F3069 FDDI Adapter is bus master, this bit
  77. is used to tell it whether to use 24 or 32 bit
  78. addressing.
  79. Use the F5=Previous and the F6=Next keys to change
  80. this assignment in the 'Change Configuration' window.
  81. Conflicting assignments are marked with an asterisk
  82. and must be changed to use the adapter."
  83.  
  84.  
  85.  
  86. NamedItem
  87.        Prompt "Interrupt Level"
  88.        choice "Level 3 "       pos[1]=000XXXXXb Int 3
  89.        choice "Level 5 "       pos[1]=001XXXXXb Int 5
  90.        choice "Level 7 "       pos[1]=010XXXXXb Int 7
  91.        choice "Level 9 "       pos[1]=011XXXXXb Int 9
  92.        choice "Level 10"       pos[1]=100XXXXXb Int 10
  93.        choice "Level 11"       pos[1]=101XXXXXb Int 11
  94.        choice "Level 12"       pos[1]=110XXXXXb Int 12
  95.        choice "Level 14"       pos[1]=111XXXXXb Int 14
  96.  
  97. Help
  98. "This is the selection for the Interrupt Level that
  99. the F3069 FDDI Adapter will use.
  100. Use the F5=Previous and the F6=Next keys to change
  101. this assignment in the 'Change Configuration' window.
  102. Conflicting assignments are marked with an asterisk
  103. and must be changed to use the adapter."
  104.  
  105.  
  106.  
  107. NamedItem
  108.        Prompt  "Arbitration Level"
  109.        choice "Arbitration Level 8 "   pos[1]=XXXX1000b arb 8
  110.        choice "Arbitration Level 9 "   pos[1]=XXXX1001b arb 9
  111.        choice "Arbitration Level 10"   pos[1]=XXXX1010b arb 10
  112.        choice "Arbitration Level 11"   pos[1]=XXXX1011b arb 11
  113.        choice "Arbitration Level 12"   pos[1]=XXXX1100b arb 12
  114.        choice "Arbitration Level 13"   pos[1]=XXXX1101b arb 13
  115.        choice "Arbitration Level 14"   pos[1]=XXXX1110b arb 14
  116.        choice "Arbitration Level 0 "   pos[1]=XXXX0000b arb 0
  117.        choice "Arbitration Level 1 "   pos[1]=XXXX0001b arb 1
  118.        choice "Arbitration Level 2 "   pos[1]=XXXX0010b arb 2
  119.        choice "Arbitration Level 3 "   pos[1]=XXXX0011b arb 3
  120.        choice "Arbitration Level 4 "   pos[1]=XXXX0100b arb 4
  121.        choice "Arbitration Level 5 "   pos[1]=XXXX0101b arb 5
  122.        choice "Arbitration Level 6 "   pos[1]=XXXX0110b arb 6
  123.        choice "Arbitration Level 7 "   pos[1]=XXXX0111b arb 7
  124.  
  125. Help
  126. "This is the priority level that the F3069 FDDI
  127. adapter uses when it wants to be Bus Master.
  128. Use the F5=Previous and the F6=Next keys to change
  129. this assignment in the 'Change Configuration' window.
  130. Conflicting assignments are marked with an asterisk
  131. and must be changed to use the adapter."
  132.  
  133.  
  134. NamedItem
  135.        Prompt  "Bus Master Fairness"
  136.        choice "Enabled "       pos[1]=XXX1XXXXb
  137.        choice "Disabled"       pos[1]=XXX0XXXXb
  138.  
  139. Help
  140. "This tells the bus arbitration circuitry to use the
  141. fairness algorithm when requesting the use of the bus.
  142. Use the F5=Previous and the F6=Next keys to change
  143. this assignment in the 'Change Configuration' window.
  144. Conflicting assignments are marked with an asterisk
  145. and must be changed to use the adapter."
  146.  
  147.